home *** CD-ROM | disk | FTP | other *** search
- global pict, precast, movieshow, moviepos, movieprepos, leftclist, rightclist, ctime, g_pause, womannum
-
- on startMovie
- speedshow()
- set movieshow to 0
- set movieprepos to moviepos
- set precast to "1"
- set ctime to 0
- init()
- set g_pause to 0
- end
-
- on speedshow
- global delaytime
- repeat with i = 45 to 47
- set the visible of sprite i to 0
- end repeat
- if delaytime = 120 then
- set the visible of sprite 45 to 1
- end if
- if delaytime = 60 then
- set the visible of sprite 46 to 1
- end if
- if delaytime = 30 then
- set the visible of sprite 47 to 1
- end if
- end
-